@charset "utf-8";
/* CSS Document */
/* reset */
html{-webkit-text-size-adjust:none;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
html{background:#FFFFFF}
body{
	font-family:'Microsoft YaHei', 'SimSun';
	font-size: 100%;
	background:#FFFFFF;
}
div { margin: 0 auto;}
table,input,textarea,select{font-size:12px;}
h1,h2,h3,h4,h5,h6{font-size:12px;font-weight:normal}
a{
    outline:none;
    text-decoration:none;
    color: #333333;
}
a:hover{
    text-decoration:none;
    color: #000000;
}
ul,ol{list-style:none}
fieldset,img{border:none}
table{border-collapse:collapse;}
textarea{resize:none;}
img{border:0;}
address,cite,dfn,em,var{font-style:normal;}
article,aside,dialog,footer,header,section,footer,nav,figure{display:block;}/*html5 reset IE*/
.clearfix:after{visibility:hidden;display:block;font-size:0;content:"\20";clear:both;height:0;}
* html .clearfix{zoom:1;}/* IE6 */
:first-child+html .clearfix{zoom:1;}/* IE7 */
.clearfix{zoom:1;}
.clearfix{zoom:1;}/* IE6/7 */
a,area{blr:expression(this.onFocus=this.blur());}/* for IE */
:focus{-moz-outline-style:none;}/* for Firefox */
.clear{clear:both; overflow:hidden; width:0; height:0; line-height:0; font-size:0;}
/* end of reset */

/*top*/
#top{
	background-color: #00599E;
	width: 100%;
	height: auto;
	border-bottom: solid 1px #fff;
	padding-top: 10px;
}
#top-nr{
	width: 1200px;
	padding-top: 8px;
}
#logo{
	float: left;
	padding-bottom: 10px;
}
#logo-right{
	float: right;
	width: 690px;
}
#menu-top {
	height: 30px;
	padding-left: 490px;
	color: #FFFFFF;
	font-weight: lighter;
	font-size: 8px;
	padding-bottom: 10px;
}

#menu-top a {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.5;
}
#menu-top a:hover {
	color: #F93E00;
}
#menu{
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	padding-top:40px;
}

.menu01 a{
    font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.menu01 {
	height: 30px;
	width: 95px;
	line-height: 30px;
	float: left;
	text-align: center;
	position: relative;
}
.menu01 ul {
	display: none;
	position: absolute;
	z-index: 100;
	padding-top: 2px;
	box-shadow: #dadada 1px 1px 3px;
	border-radius: 0 0 5px 5px;
}
.menu01 ul li {
	float: none;
	width: 95px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.menu01 ul li a {
	display: block;
	text-align: center;
	color: #888;
	font-size: 12px;
	line-height: 25px;
	height: 25px;
	background-color:#F5F5F5;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu01 li:last-child > a {
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}

.menu01 ul li a:hover {
	color:#333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
}

.menu01:hover ul { display:block;}

#banner{
	width: 100%;
	height: 470px;
	background-image: url(01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#home{
	width:1200px;
	height:auto;
	background-image: url(home-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
}
#home-top {
	margin-bottom: 20px;
}
#about {
	float: left;
	width: 73%;
}
.title {
	font-size: 23px;
	color: #1756AC;
	line-height: 40px;
	font-weight: normal;
}
.about-body {
	border: 1px solid #f2f2f2;
	background-color: #fafafa;
	position: relative;
	padding: 20px;
}
.about-body .blue,.honor-body .blue {
	width: 93px;
	height: 3px;
	background-color: #1756ac;
	position: absolute;
	top: -1px;
	left: -1px;
}
#honor {
	float: right;
	width: 25%;
}
#about-left {
	float: left;
}
#about-right {
	float: right;
	width: 500px;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	line-height: 1.5;
}
#about-right .about_title_cn {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	height: 24px;
display: block;
}
#about-right .about_title_en {
	font-size: 16px;
	color: #555;
	font-family: 'AvantGarde Bk BT';
	height: 26px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7B9FD0;
	margin-bottom: 5px;
}
.honor-body {
	border: 1px solid #f2f2f2;
	background-color: #fafafa;
	position: relative;
	height:222px;
}
.product-body {
	background-color: #fafafa;
	position: relative;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #f2f2f2;
}
.product-body .blue {
	width: 93px;
	height: 3px;
	background-color: #1756ac;
	position: absolute;
	left: -1px;
	top: -3px;
}
.product-nr {
	padding-top: 20px;
	padding-bottom: 20px;
}


/* section */
a,img{border:0; text-decoration:none}
.section{
	width:1200px;
	margin:auto;
	overflow:hidden;
}
.section ul li{
	float:left;
	display:inline;
	width:377px;
	height:190px;
	overflow:hidden;
	position:relative;
	margin-left: 15px;
}
.section ul li .photo{
	width:377px;
	height:190px;
	overflow:hidden;
}
.section .rsp{
	width:377px;
	height:190px;
	overflow:hidden;
	position: absolute;
	background:#000;
	top:0px;
	left:0px;
	border-radius:5px;
}
.section .text{
	position:absolute;
	width:377px;
	height:190px;
	left:-377px;
	top:0px;
	overflow:hidden;
}
.section .text h3{
	width:377px;
	margin-top:20px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#000;
	background:#fff;
	font-family:'Microsoft YaHei', 'SimSun';
	font-size:18px;
}
.section .text p{
	width:377px;
	height:90px;
	;
	line-height:30px;
	text-align:center;
	color:#fff;
	font-family:'Microsoft YaHei', 'SimSun';
	font-size:14px;
}
/* section-end */


#home-case {
	float: left;
	width: 65%;
}
#home-case-nr {
	margin-top: 20px;
	margin-bottom: 20px;
}
.case-body {
	background-color: #fafafa;
	position: relative;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #f2f2f2;
}
.case-body .blue {
	width: 93px;
	height: 3px;
	background-color: #1756ac;
	position: absolute;
	left: -1px;
	top: -3px;
}
.case-list {
	float: left;
	height: 200px;
	width: 250px;
	background-color: #E6E6E6;
	border-radius:3px;
	margin-right: 10px;
}
.case-img {
	height: 150px;
	width: 210px;
	margin-top: 20px;
}
.case-img img{
    box-shadow: #999 1px 1px 3px;
	border-radius:3px;
	}	
.case-title {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}
#demo {
	width: 780px;
	overflow: hidden;
}
#indemo {
	width: 800%;
	float: left;
}
#demo1, #demo2 {
	float: left;
}
#home-news {
	float: right;
	width: 33%;
	padding-top: 8px;
}
#news-title {
	line-height: 35px;
	font-size: 14px;
	color: #000000;
	height: 35px;
	background-image: url(news-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	margin-bottom: 5px;
}
#news-title span {
	float: right;
	margin-right: 15px;
}

.news-list {
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	display: block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.news-list .span_time {
	float: right;
	color: #666;
	font-family: arial;
	color: #999;
	padding-right: 5px;
	padding-left: 5px;
}
/**ny-about**/
#ny-home {
width: 100%;
background: url(6.jpg) fixed no-repeat center top;
}
#ny-about {
	width: 1000px;
	padding-top: 40px;
}
#ny-about h1 {
	font-size: 26px;
	color: #282828;
	width: 100%;
	font-weight: bold;
	letter-spacing: 1px;
}
#wz {
	font-size: 12px;
	line-height: 25px;
	color: #333333;
}
#ny-about-con {
	padding-top: 30px;
	padding-bottom: 30px;
}

/**二级栏目选中**/

/**二级栏目选中end**/


#lbox {
	float: left;
	position: relative;
	width: 220px;
}
.left {
	width: 220px;
}
.div2 {
position: fixed;
_position: absolute;
top: 0;
z-index: 200;
}
.left .l_nav {
	box-shadow: 0 0px 3px 0 #ccc;
	background-image: url(left-bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
.left .l_nav li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #CBCECE;
	font-size: 15px;
	text-align: center;
}
 .left .l_nav li a{
color: #3a3a3a;
}
.left .l_nav li a:hover {
	color: #F93E00;
	font-weight: bold;
}
.left .l_nav a:hover i {
float: left;
width: 8px;
height: 8px;
margin: 16px 10px 0 0;
_margin: 12px 5px 0 0;
background: #c00;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;

font-size: 0px;
line-height: 0;
}
.left .l_nav i {
float: left;
width: 8px;
height: 8px;
margin: 16px 10px 0 0;
_margin: 12px 5px 0 0;
background: #aaa;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-size: 0px;
line-height: 0;
}


/**产品的二级栏目**/
.left .l_nav dt {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #CBCECE;
	font-size: 16px;
	text-align: left;
	background-image: url(news-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 25px;
}
.left .l_nav dt a { color:#1756AC; font-weight:bold;}
.left .l_nav dd {
	line-height: 30px;
	font-size: 13px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F93E00;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 10px;
}




i, cite, em, var, address, dfn {
font-style: italic;
}
#right {
	float: right;
	width: 700px;
	background-color: #FFFFFF;
	box-shadow: #999 3px 3px 8px;
	padding: 30px;
	font-size:14px;
	line-height:25px;
}
#right h5 {
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	color: #00599E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#right h5 a{

	color: #00599E;

}
#right p {
	padding-top: 15px;
	font-size: 14px;
	line-height: 1.5;
}


#indexLink{ width:1200px; margin:0 auto;}
#indexLink a{ display:inline-block; line-height:50px;  margin:0 20px;}

#foot {
	width: 100%;
	background-color: #00599E;
	padding-top: 35px;
	padding-bottom: 30px;
}
#foot-nr {
	width: 1200px;
}
.foor-list {
	float: left;
	height: 135px;
	width: 180px;
	background-image: url(foot-list-lbk.png);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
}
.foor-list01 {
	float: left;
	height: auto;
	width: 260px;
	background-image: url(foot-list-lbk.png);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	color: #CCCCCC;
	font-size: 12px;
	line-height: 1.5;
}
.foot-list02 {
	float: right;
	color: #CCCCCC;
	font-size: 12px;
	margin-right: 30px;
	width: 300px;
	padding-top: 50px;
}

#foot-nr h3 {
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 5px;
	font-weight: bold;
}
#foot-nr h3 a{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.foor-list a {
	font-size: 12px;
	color: #CCCCCC;
	line-height: 25px;
	height: 25px;
}
#buttom {
	background-color: #454545;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	line-height: 35px;
	height: 35px;
}
